home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / common1.cst / 00064_donebutton.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  214 b   |  8 lines

  1. on mouseDown me
  2.   if bounceButton(the clickOn) then
  3.     --    set thePath=the moviePath
  4.     --    put "B" into char length(thePath)-1 of thePath
  5.     --    go to movie thePath&"L01B1"
  6.     nextActivity()
  7.   end if
  8. end